ArcFM Responder Mobile Developer Guide
Item(Object) Property






Syntax
'Declaration
 
Public Overloads Overridable Shadows Property Item( _
   ByVal key As System.Object _
) As TConfigurationElementType
'Usage
 
Dim instance As BaseConfigurationElementCollection(Of TConfigurationElementType)
Dim key As System.Object
Dim value As TConfigurationElementType
 
instance.Item(key) = value
 
value = instance.Item(key)
public virtual new TConfigurationElementType Item( 
   System.object key
) {get; set;}
public read-write property Item( 
    key: System.TObject
): TConfigurationElementType; virtual; 
public hide function get,set Item( 
   key : System.Object
) : TConfigurationElementType
public: __property virtual new TConfigurationElementType* get_Item( 
   System.Object* key
);
public: __property virtual new void set_Item( 
   System.Object* key,
   TConfigurationElementType* value
);
public:
virtual new property TConfigurationElementType^ Item {
   TConfigurationElementType^ get(System.Object^ key);
   void set (System.Object^ key, TConfigurationElementType^ value);
}

Parameters

key
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseConfigurationElementCollection<TConfigurationElementType> Class
BaseConfigurationElementCollection<TConfigurationElementType> Members
Overload List

Send Feedback